Welcome![Sign In][Sign Up]
Location:
Search - java b

Search list

[Other图灵机Java源码

Description:

本资源给出了Eclipse下图灵机的完整Java程序源码工程包,开发说明文档中给出了图灵机概要设计,功能实现程序结构剖析,明了易懂,源码导入Eclipse即可使用,无需编译,实用性极强。

功能简述:Java GUIAWT)生成图灵机工作模型的图形化界面模拟展示,可用于语言的识别,函数的计算,某种语言的产生。具体实现了以下八种常用的图灵机模型如下:

1 二进制数加法   2 二进制计数器  3 二元回文   4 同等数量a和b的识别器    5 3的倍数识别器

6 括号匹配器     7 含有偶数个a的字符串识别器  8 一元至二元转换器


Platform: | Size: 597044 | Author: super_zhang | Hits:

[Mathimatics-Numerical algorithmsbplus

Description: 一个简单好用的B+树算法实现- A simple easy to use B tree algorithm realizes
Platform: | Size: 6144 | Author: 站长 | Hits:

[Mathimatics-Numerical algorithmsjava版B+树程序

Description: java 版B+树程序-java version of B+ tree procedure
Platform: | Size: 11264 | Author: 吕荣 | Hits:

[JSP/Javajava课程设计

Description: JAVA课程设计实例。多个大型系统源代码,如考试系统单机版、C\S版、B\S版。-Java curriculum design examples. Many large system source code, such as examination system standalone version, C \ S, B \ S version.
Platform: | Size: 187392 | Author: 翟广涛 | Hits:

[JSP/Javajava Tree (jsp+javabea)

Description: b/s下jsp+javabean实现从数据库中读取数据生成目录树-b/s jsp javabean achieve read from the database data generation tree
Platform: | Size: 48128 | Author: 方良 | Hits:

[Database systembplustree

Description: 支持并发访问的B+树-support concurrent visit the B-tree
Platform: | Size: 219136 | Author: 纳跃跃 | Hits:

[Game ProgramJavaBox

Description: Java写的俄罗斯方块游戏-Java write Tetris game
Platform: | Size: 94208 | Author: 韩晓刚 | Hits:

[Windows DevelopJava写的泥波兰式

Description: Java写的泥波兰式 A栈中存放的是逆波兰式结果。 B栈中存放的是操作符 B栈初始状态为@-Reverse Polish Notation by Java.In the A stack deposits goes against the Polish type result. In the B stack deposits is the instruction character B stack original state is @
Platform: | Size: 10240 | Author: 罗文 | Hits:

[GUI Developdtview-java

Description: java语言实现的一个在数据挖掘中能图形化显示决策树分类结果的程序。-java language of a data mining can display graphical decision tree classification procedures.
Platform: | Size: 145408 | Author: 郭勇 | Hits:

[Other Databasesjava-rbtree-project-ok

Description: R树与B树的混合树,在这个程序里面可以直接用R树和B树-R and B-tree tree of mixed tree, in the inside can directly with the R and B-tree tree
Platform: | Size: 1152000 | Author: 张军旗 | Hits:

[JSP3[1].30

Description: java B++树 一个很好的算法来实现这些问题 推荐!-a good tree algorithm to achieve these recommended!
Platform: | Size: 62464 | Author: 阿生 | Hits:

[JSP/JavaB-splin

Description: 用java语言实现了B样条曲线的做法。 可以自由输入控制点,并可以通过鼠标调节控制点的位置。-java language with the B-spline curve approach. Free importation of control point and click of the mouse can be controlled through the location.
Platform: | Size: 17408 | Author: wuchunlong | Hits:

[AI-NN-PRSubstituter.java

Description: 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a search of inspiration I said a code is : According to the Natural Language alphabet frequency of the size of precedence (has been for the State Statistical Analysis), Mr. into an alphabet frequency tables (A )--------( e), (t, a, o, i, n, s, h r), (d, l), (c, u, m, w, f, g, y, p, b), (v, k, j, x, q, z), again close to the mother language calculated frequency and frequency input precedence generate a secret letter to the mother TAB (B), Table 2 by the corresponding relations, use of the letters A to B to replace the letters of the alphabet, when unsuccessful search regression, Here is a retrospective key.
Platform: | Size: 4096 | Author: rtshen | Hits:

[JSP/Javachap000007

Description: 第7章 Java B/S结构编程 实例76 简单的Servlet程序 实例77 简单的留言簿 实例78 JSP+Java Bean的计数器 实例79 数据库查询 实例80 文件的上传下载 实例81 收发E-mail 实例82 B/S结构的聊天室 实例83 网上选课 实例84 B/S结构的商业应用——购物车 实例85 通过JSP调用Applet程序 实例86 JSP与XML的结合-Java B/S structure, programming examples of a simple Servlet 76 procedures simple example 77 Guestbook 78 examples of JSP Java Bean Counter examples of the 79 examples of database query on the 80 documents Download examples- 81 Transceivers E-mail examples of 82 B/S structure of the examples Chat Room 83 84 examples of online classes B/S structure of the commercial applications-- to cars through 85 examples of JSP program is called Applet 86 JS P and the integration of XML
Platform: | Size: 209920 | Author: joker | Hits:

[Data structsB+tree

Description: B+树算法,没有密码,供学习使用.质量高-B+ Tree algorithm, there is no password, for learning to use. High-quality
Platform: | Size: 16384 | Author: cqu2000 | Hits:

[Graph programB

Description: B样条曲线,用java实现,有良好的交互用户界面-B-spline curve, using java to achieve, and a good interactive user interface
Platform: | Size: 15360 | Author: wangxing | Hits:

[GUI Developb+tree

Description: B+ tree insertion animation applet
Platform: | Size: 28672 | Author: chandan | Hits:

[JSP/JavaB

Description: B+树的实现,利用JAVA写的,有详细的注释说明-B+ Tree Implementation
Platform: | Size: 3072 | Author: 张若儒 | Hits:

[AlgorithmBlue-Bridge-10th-java-B

Description: 蓝桥杯第10届java B组第1-4题。不含题目,仅供参考-Blue Bridge 10th java Cup Group B title 1-4
Platform: | Size: 2048 | Author: hjh | Hits:

[AlgorithmBlue-Bridge-10th-java-B-2

Description: 蓝桥杯第10届java B组第5-9题,不含题目,仅供参考-Blue Bridge 10th java Cup Group B 5-9 questions, without problems, for reference only
Platform: | Size: 4096 | Author: hjh | Hits:
« 12 3 4 5 6 7 8 9 10 ... 36 »

CodeBus www.codebus.net